home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
program
/
ixemlsrc.lha
/
ixemul
/
man
/
cat3
/
abs.0
< prev
next >
Wrap
Text File
|
1995-12-23
|
864b
|
67 lines
ABS(3) UNIX Programmer's Manual ABS(3)
NNAAMMEE
aabbss - integer absolute value function
SSYYNNOOPPSSIISS
##iinncclluuddee <<ssttddlliibb..hh>>
_i_n_t
aabbss(_i_n_t _j)
DDEESSCCRRIIPPTTIIOONN
The aabbss() function computes the absolute value of the integer _j.
RREETTUURRNN VVAALLUUEESS
The aabbss() function returns the absolute value.
SSEEEE AALLSSOO
floor(3), labs(3) cabs(3) hypot(3) math(3)
SSTTAANNDDAARRDDSS
The aabbss() function conforms to ANSI C3.1591989 (``ANSI C'').
BBUUGGSS
The absolute value of the most negative integer remains negative.
BSD Experimental June 29, 1991 1